-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure ASCII host case normalization happens before validation #1442
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1442 +/- ##
==========================================
- Coverage 96.11% 96.08% -0.04%
==========================================
Files 31 31
Lines 5876 5882 +6
Branches 349 349
==========================================
+ Hits 5648 5652 +4
- Misses 202 204 +2
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #1442 will not alter performanceComparing Summary
|
What do these changes do?
Fixes a regression was introduced in #954 that prevented uppercase host names from working
#386 covered some of the paths, but we didn't have coverage for the build path
Are there changes in behavior for the user?
Allows uppercase hosts again
Related issue number
fixes #1441